SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

pcg-cpp-devel rpm build for : Fedora 10. For other distributions click pcg-cpp-devel.

Name : pcg-cpp-devel
Version : 0.98.1^20220408git428802d Vendor : Fedora Project
Release : 16.el10_0 Date : 2024-12-13 20:21:15
Group : Unspecified Source RPM : pcg-cpp-0.98.1^20220408git428802d-16.el10_0.src.rpm
Size : 0.13 MB
Packager : Fedora Project
Summary : PCG Random Number Generation, C++ Edition
Description :
This code provides an implementation of the PCG family of random number
generators, which are fast, statistically excellent, and offer a number of
useful features.

Full details can be found at the PCG-Random website
(http://www.pcg-random.org/). This version of the code provides many family
members – if you just want one simple generator, you may prefer the minimal C
version of the library.

There are two kinds of generator, normal generators and extended generators.
Extended generators provide k dimensional equidistribution and can perform
party tricks, but generally speaking most people only need the normal
generators.

There are two ways to access the generators, using a convenience typedef or by
using the underlying templates directly (similar to C++11’s std::mt19937
typedef vs its std::mersenne_twister_engine template). For most users, the
convenience typedef is what you want, and probably you’re fine with pcg32 for
32-bit numbers. If you want 64-bit numbers, either use pcg64 (or, if you’re on
a 32-bit system, making 64 bits from two calls to pcg32_k2 may be faster).

RPM found in directory: /vol/rzm3/linux-fedora-buffet/epel/testing/10/Everything/aarch64/Packages/p

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
pcg-cpp-devel
pcg-cpp-static

Requires :
rpmlib(CaretInVersions) <= 4.15.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/include/pcg_extras.hpp
/usr/include/pcg_random.hpp
/usr/include/pcg_uint128.hpp
/usr/share/licenses/pcg-cpp-devel
/usr/share/licenses/pcg-cpp-devel/LICENSE-APACHE.txt
/usr/share/licenses/pcg-cpp-devel/LICENSE-MIT.txt
/usr/share/licenses/pcg-cpp-devel/LICENSE.spdx

 
ICM